* Makefile.in (mkdir): Make all the directories in locallisppath.
authorJim Blandy <jimb@redhat.com>
Wed, 26 May 1993 21:50:00 +0000 (21:50 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 26 May 1993 21:50:00 +0000 (21:50 +0000)
Makefile.in

index 7b00ca8c3da133e877f06a4c5f79a1f6cf772cbb..83c27e01a1f78b26bd9f8dae7d5695bd9cc9718c 100644 (file)
@@ -381,7 +381,8 @@ do-install: mkdir
 ### instead of mkdir.  Not all systems' mkdirs have the `-p' flag.
 mkdir: FRC
        ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
-         ${bindir} ${datadir} ${libdir} ${sitelisp}
+         ${bindir} ${datadir} ${libdir} \
+         `echo ${locallisppath} | sed 's/:/ /'`
        chmod 777 ${COPYDESTS} ${lockdir}
 
 FRC: